Method LoadAsync<TProps>(IRedbObject, IRedbUser, int, bool?)

Assembly: redb.Core.dll

Load object from EAV with explicit user (uses config.DefaultCheckPermissionsOnLoad).
Returns null if object not found and config.ThrowOnObjectNotFound = false.

Task<RedbObject<TProps>?> LoadAsync<TProps>(IRedbObject obj, IRedbUser user, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()